Returns the top-most diagram item lying at the specified location.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramItem GetItemAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetItemAt( _ |
Specifies a location in the diagram where to look for items.
A predicate specifying which items to hit-test.
A DiagramItem instance found at the specified point.
See Also